Release v4.7.0 - #2
Merged
Merged
Conversation
Print an ASCII banner with the version and a short facts line before logging starts, gated by logging.banner and skipped under JSON output so a machine-readable stream stays intact. On startup, query the GitHub releases API once and, when a newer tag exists, print an upgrade notice that shares the banner's accent palette. The check runs in the background, honours HTTPS_PROXY, and is turned off by KAIRO_NO_UPDATE_CHECK; any failure falls back to a debug line rather than disturbing the node. Add reqwest and semver as direct dependencies; both were already in the tree through the pinned crates, so the build cost is unchanged.
Picks up scored provider searches, so lyrics are matched to the right recording by title, artist and length rather than the first search hit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pins lyrics v0.2.5, which scores provider searches by title, artist and length so lyrics match the right recording rather than the first search hit.
Also carries the startup banner and update check added on dev.